home *** CD-ROM | disk | FTP | other *** search
/ LG Super CD / LG Super CD.iso / sprint / sprint_pcs_cm_v032.msi / Data1.cab / _47A925A0E12F467D865869EDAF731CC2.0C31BE7200FB45C4BB618F153DD576B7 < prev    next >
Encoding:
Windows Setup INFormation  |  2006-08-11  |  4.9 KB  |  152 lines

  1. ;*****************************************************************************
  2. ;
  3. ; Name:  M2501at.inf
  4. ;
  5. ; Function:
  6. ;    Install the FOMA M2501 Command Drivers (WDM) on Win2000
  7. ;
  8. ; Copyright (c) 2006 MCCI 
  9. ;
  10. ; MCCI is a registered trademark of Moore Computer Consultants, Inc.
  11. ;
  12. ; NOTICE: This software is licensed, not sold.  Any modification of this
  13. ; inf file to change the reference to an operating system or to change the
  14. ; reference to a device is not permitted unless authorized in writing by
  15. ; Moore Computer Consultants, Inc.
  16. ;
  17. ;*****************************************************************************
  18.  
  19. [Version]
  20. signature="$WINDOWS NT$"
  21. Class=Ports
  22. ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
  23. Provider=%Provider%
  24. DriverVer=08/07/2006, 4.38.7.280
  25. ;CatalogFile=M2501md.cat
  26.  
  27. [ControlFlags]
  28. ExcludeFromSelect = *
  29.  
  30. [SourceDisksNames]
  31. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  32. 1=%DiskString%,"M2501md.sys",,
  33.  
  34. [SourceDisksFiles]
  35. ; filename = diskid[,[ subdir][, size]]
  36. M2501md.sys = 1
  37. M2501cn.sys = 1
  38.  
  39. ;-----------------------------------------------------------------------------
  40. ; Specify target paths...
  41. ;-----------------------------------------------------------------------------
  42.  
  43. [DestinationDirs]
  44. DefaultDestDir = 12                    ; system32\drivers
  45. CopyFiles = 12                         ; system32\drivers
  46. CopyFiles.Win2K = 12                   ;
  47.  
  48. ;-----------------------------------------------------------------------------
  49. ; Table of Contents
  50. ;-----------------------------------------------------------------------------
  51. [Manufacturer]
  52. %MO%=MO
  53.  
  54. ;-----------------------------------------------------------------------------
  55. ; Device-by-device entries
  56. ;-----------------------------------------------------------------------------
  57. [MO]
  58. %MO.Comm.Desc% = MO.Install, DOCOMO_FOMA\VID_22B8&PID_640A&Class_02&SubClass_88&Prot_01&Link_00&Mode_C1&OS_NT
  59.  
  60. ;-----------------------------------------------------------------------------
  61. ; Installation instructions
  62. ;-----------------------------------------------------------------------------
  63.  
  64. [MO.Install.nt]
  65. AddReg        = MO.AddReg,MO.NT.AddReg
  66. CopyFiles    = CopyFiles, CopyFiles.Win2K
  67.  
  68. ;-----------------------------------------------------------------------------
  69. ;  Registry
  70. ;-----------------------------------------------------------------------------
  71.  
  72. ; common registry entries 
  73. [MO.AddReg]
  74. HKR,,NTMPDriver,,M2501md.sys
  75. HKR,,McpcDeviceGuid,,{F2525993-ABA9-4808-942C-41E84AD9BB8F}    ;AT
  76. HKR,,M25aDeviceGuid,,{601039D5-E7A0-47d9-A1AF-A2FE9E9244CC}    ;M25A device
  77. HKR,,MCPCOperationalLink, 0x10001, 00,00,00,00
  78. HKR,,MCPCOperationalMode, 0x10001, C1,00,00,00
  79. HKR,,OverrideDefaultPortSettings, 0x10001, 01,00,00,00
  80. HKR,,SuppressDataMasking, 0x10001, 01,00,00,00
  81. HKR,,InitialBaudRate, 0x10001, 00,C2,01,00            ;115200 initial baud rate
  82. HKR,,InitialLineControl,, "8N1"                    ;8-bits, No parity, 1 stop bit
  83. HKR,,McciAtDeviceGuid,,{654710C1-3451-4e61-94C0-51587957F851}    ;MCCI AT device
  84. HKR,,M25aAtDeviceGuid,,{30E99B70-5197-48bc-8944-B5C7A7C2BB8D}    ;M25A AT device
  85.  
  86. ; only for NT...
  87. [MO.NT.AddReg]
  88. HKR,,PortSubClass,1,01
  89. HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
  90.  
  91. ;-----------------------------------------------------------------------------
  92. ;  Copy lists
  93. ;-----------------------------------------------------------------------------
  94. [CopyFiles]
  95.  
  96. [CopyFiles.Win2K]
  97. M2501md.sys
  98. M2501cm.sys,M2501cn.sys
  99. M2501cn.sys
  100.  
  101.  
  102.  
  103. ;-----------------------------------------------------------------------------
  104. ;  NT Services installation
  105. ;-----------------------------------------------------------------------------
  106.  
  107. [MO.Install.NT.Services]
  108. AddService = M2501md, 0x00000002, MO.Install.AddService
  109.  
  110.  
  111. [MO.Install.AddService]
  112. DisplayName    = %MO.Service.Name%
  113. Description    = %MO.Service.Desc%
  114. ServiceType    = 1            ;%SERVICE_KERNEL_DRIVER%
  115. StartType    = 3            ;%SERVICE_DEMAND_START%
  116. ErrorControl    = 1            ;%SERVICE_ERROR_NORMAL%    
  117. ServiceBinary    = %12%\M2501md.sys
  118.  
  119.  
  120.  
  121. ;-----------------------------------------------------------------------------
  122. ; STRINGS
  123. ;-----------------------------------------------------------------------------
  124. [Strings]
  125.  
  126. ;<<localize the following>>
  127.  
  128. ;BEGIN ENG - US English Strings
  129.  
  130. Provider = "NTT DoCoMo, Inc. and Motorola, Inc. "
  131. MO = "NTT DoCoMo, Inc. and Motorola, Inc. "
  132. DiskString = "FOMA M2501 Command installation disk"
  133.  
  134. MO.Comm.Desc = "FOMA M2501 Command Port"
  135. MO.Service.Name = "FOMA M2501 Command Drivers (WDM)"
  136. MO.Service.Desc = "FOMA M2501 Command Drivers (WDM)"
  137.  
  138.  
  139. CustomerDataPath = "M2501 Datacard USB Driver"
  140. DriverSet = "M2501 Datacard USB Driver"
  141. UninstallFile = "M2501Uninstall.exe"
  142. McciOptions = "Uninstallable"
  143.  
  144. ;END ENG - US English Strings
  145.  
  146. ;-----------------------------------------------------------------------------
  147. ; The following are symbolic constants which don't change per locale.
  148. ;-----------------------------------------------------------------------------
  149.  
  150.  
  151. ;*** end of file ***
  152.